Fixed the blank spaces appearing on the exercise portal and made the page responsive.#335
Fixed the blank spaces appearing on the exercise portal and made the page responsive.#335KaustubhK98 wants to merge 6 commits intomasterfrom
Conversation
|
Hey Kaustubh, just check for the build once again by running ./gradlew spotlessapply and then check for the ./gradlew build and then see, I think then all these errors should go. |
…ules as complete or save as later -Kaustubh
5f9a416 to
f10fd62
Compare
|
Hi Aryan, Spotless build wasn't an issue. There was a Gradle version mismatch, I have fixed the problem on my end and raised another PR. Can you please let me know if you are able to see the new PR. Please try to merge the code now, I am certain that it will get merged this time. Please let me know if there are any problems while merging the new PR. Thanks! |
…est to the doctor. Also, added a check to prevent sending duplicate requests. Added a search bar to search for doctors from the list
|
1. Added functionality to assign doctor to a patient from the caretaker's profile:
2. Safely removed the night mode and it's files from the app. 3. Added a function to view the list of patients assigned to a doctor. This function is partially implemented and needs the doctor's portal to work properly. Known Issues |
Description
The exercise module was using a "Grid Layout" to handle the exercise card actions. I replaced the "Grid Layout" with a "Recycler View". Now, the exercise cards will be dynamically added or removed from the adapter and after every action the page will be automatically refreshed. This issue has fixed the bug, which lead to blank spaces on the page and made the UI more responsive. Recycler View is a future proof solution over Grid Layout due to its ability to dynamically handle card actions and scalability.
Todos
How to test
Screenshots and/or Gifs
Uploading Screen Recording 2025-08-10 at 9.24.52 pm.mov…
Associated MS Planner Tasks
Known Issues
There aren't any known issues arising due to this change.